﻿.scList, .scList ul {
     list-style: none;
     padding: 0;
}
 .scList, .scList li {
     margin: 0.66em 0;
}
 .scList ul {
     margin: 0.66em 2em;
}
 .growl {
     position: fixed;
     right: 1rem;
     top: 7rem;
     background-color: aquamarine;
     min-width: 300px;
     min-height: 50px;
     padding: 8px;
     border-radius: 8px;
     transform: translateX(calc(100% + 1rem));
     transition: all 0.2s ease;
}
 .op {
     transform: translateX(0px);
}
 .growl .close-btn {
     position: absolute;
     top: 5px;
     right: 8px;
     cursor: pointer;
}
 .closeImg {
     float: right;
     cursor: pointer;
}
 .zakupkiModal {
     padding: 0;
     border: 1px solid #F8F8F8;
     border-radius: 10px;
}
 .zakupkiModal h2 {
     color: #0C4678;
     font-family: Arial;
     font-weight: 700;
     font-size: 25px;
     line-height: 20px;
     margin-bottom: 20px;
     margin-top:0px;
}
 .zakupkiModal p, zakupkiModal li {
     font-family: Arial;
     font-size:16px;
     line-height: 30px !important;
}
 #close-modal-btn {
     margin-top:auto;
     cursor: pointer;
     background-color: #0C4678;
     color: white;
     font-size: 15px;
     line-height: 20px;
     font-weight: 700;
     border: 1px solid #0C4678;
     border-radius: 5px;
     width: 148px;
     min-height: 37px;
}
 #modal-box {
     padding: 40px 80px 40px 40px;
     width: 634px;
     height: 357px;
     display: flex;
     flex-direction: column;
}
 #modal-box > ul > li > h3 {
     font-family: Arial;
     font-size: 18px;
     font-style: normal;
     font-weight: 700;
     line-height: 20px;
     color: #2D7BBF;
     margin-top:0px;
}
 #modal-box > ul > li > div a {
     color: #2D7BBF;
     font-family: Arial !important;
     font-size: 18px !important;
     font-style: normal;
     font-weight: 400;
     line-height: 30px;
}
 #modal-box > ul > li  span {
     color: #3F3F3F !important;
     font-family: Arial !important;
     font-size: 18px !important;
     font-style: normal !important;
     font-weight: 400 !important;
     line-height: 30px !important;
}
#modal-box > ul {
 	padding:0px; margin:0px;
}
#modal-box > ul li { list-style:none;}
 